-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: testgen-hs
– random Haskell CBOR error generator
#71
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This can be a good candidate for a standalone project, since can be useful for many other. |
michalrus
force-pushed
the
feat/haskell-error-generator
branch
2 times, most recently
from
November 22, 2024 08:41
75582ac
to
c01571c
Compare
michalrus
force-pushed
the
feat/haskell-error-generator
branch
2 times, most recently
from
November 25, 2024 09:25
fc9c661
to
ff0db8e
Compare
michalrus
commented
Nov 25, 2024
ginnun
approved these changes
Nov 25, 2024
michalrus
force-pushed
the
feat/haskell-error-generator
branch
2 times, most recently
from
November 25, 2024 12:54
a681f3e
to
4372308
Compare
michalrus
changed the title
feat: initial commit of
feat: Nov 25, 2024
testgen-hs
, random Haskell error generatortestgen-hs
– random Haskell error generator
michalrus
changed the title
feat:
feat: Nov 25, 2024
testgen-hs
– random Haskell error generatortestgen-hs
– random Haskell CBOR error generator
Superseded by: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #42.
Related to @michalrus' Pallas PR fixing a bug this PR uncovered:
[2,…]
message tag wrapper from the rejection reason txpipe/pallas#548.Status
*DO NOT MERGE* – we’ll have a separate repository hooked up to IOG Hydra.
I'll modify this PR to use the static build from there.
Example 1 – how to use it
unfold
Example 2 – searching for a particular error
unfold
With a little of Bash, it's possible to search for a particular error:
And then easily reproduce it by providing the same seed that was found:
Example 3 – two small Conway errors
unfold
Example 4 – deserialize a CBOR
unfold